home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / i / internet / software / mailsr / popmail.twd (.txt) < prev   
Encoding:
Tempus Word Document  |  1991-09-05  |  4.7 KB  |  60 lines

  1.     T_WORD    
  2. TIMES10.TWF
  3. TIMES10.TWF
  4. TIMES12.TWF
  5.     F 1.00
  6. IDin A4
  7. #        popMail
  8. #send and retrieve e-mail on ATARI-ST
  9.  ommandline parameters of popMail:
  10. "popMail [to [file]]
  11. to        the recipient of the message
  12. can be a alias from the mailrc.username file 
  13. file        file containing the message
  14. Take care to have no characters above ASCII 127 in
  15. the file. A line consisting of a single dot at the
  16. first    coloumn cuts the message
  17. If no commandline parameters are given you enter the interactive mode of
  18. popMail. In interactive mode you can read, delete and copy messages from
  19. the server to a local file. If you provide commandline parameters, popMail
  20. terminates after sending the message.
  21. In any mode you are prompted for your username and password to login at
  22. the server.
  23. Interactive commands supported by popMail:
  24. ? [cmd]        print help, cmd may be abbreviated
  25. HELP [cmd]    same as '?'
  26. ALIAS name    show the long version of 'name'
  27. CD [[d:]dir]    change or show local directory/drive
  28. DEL msgs    delete messages
  29.         msgs is a list of message numbers
  30. EXIT        finish work undoing all deletings of this session
  31. GET msgno file    copy message to local file
  32. LIST        get a list of all messages
  33. MAIL [to [file]]    send a message
  34. 'to' is the recipient of the message and can be a alias
  35. from file mailrc.username. If the filename is omitted,
  36. you have to type in the message. To send the message
  37. after typing in press CTRL-Z or type a line with a
  38. gle dot in the first coloumn. To abort typing the
  39. ge without sending it press CTRL-C.
  40. MGET msgs file.nr    copy multiple messages
  41. 'file' is a part of the filename, '.nr' will be appended
  42. 'msgs' is a list of message numbers
  43. QUIT        finish work saving new maildropstate
  44. [RETR] msgno    retrieve a message, the keyword RETR may be omitted
  45. RSET        undelete all in this session deleted messages
  46. STAT        show number of available messages
  47. A list of message numbers consists of commaseparated numbers.
  48. Numbers can also be a range 'from-to'
  49.               2,5  message 2 and message 5
  50.               2-5  all messages from 2 up to 5
  51.                -5  all messages from first up to 5
  52.               2-   all messages from 2 up to last
  53.               -    all messages
  54. Numbers and ranges have to be in ascending order.
  55. popMail searches for the mailrc.username file first in the active directory of the
  56. rent drive and second in the root directory of drive C.
  57. popMail expects the NETENV.ACC accessory and the LANCEDRV.PRG packet dri
  58. ver to be loaded and retrieves from NETENV the entries 'HOSTS', 'MAILHOST',
  59. IP', BUFFERS and TCP.
  60.